func net.xtoi2
7 uses
net (current package)
interface_linux.go#L224: b[i/2], _ = xtoi2(f[0][i:i+2], 0)
interface_linux.go#L250: b[i/2], _ = xtoi2(f[2][i:i+2], 0)
mac.go#L56: if hw[i], ok = xtoi2(s[x:], s[2]); !ok {
mac.go#L72: if hw[i], ok = xtoi2(s[x:x+2], 0); !ok {
mac.go#L75: if hw[i+1], ok = xtoi2(s[x+2:], s[4]); !ok {
mac.go#L93: if hw[i], ok = xtoi2(s[x:x+2], 0); !ok {
parse.go#L175: func xtoi2(s string, e byte) (byte, bool) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |